home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TPROPERTYDLG / TPROPERTYDLG.txt < prev   
Text File  |  2001-10-17  |  5KB  |  242 lines

  1. object PropertyDlg: TPropertyDlg
  2.   Left = 208
  3.   Top = 85
  4.   ActiveControl = CancelBtn
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Setup - Advanced:'
  8.   ClientHeight = 385
  9.   ClientWidth = 543
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 113
  23.     Width = 543
  24.     Height = 272
  25.     Align = alClient
  26.     Shape = bsFrame
  27.   end
  28.   object InifileLabel: TLabel
  29.     Left = 56
  30.     Top = 300
  31.     Width = 313
  32.     Height = 33
  33.     AutoSize = False
  34.     Caption = 'C:\Program Files\WinGrab1.40\WinGrab.ini'
  35.     Color = clBtnFace
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentColor = False
  42.     ParentFont = False
  43.     WordWrap = True
  44.   end
  45.   object Label1: TLabel
  46.     Left = 24
  47.     Top = 300
  48.     Width = 27
  49.     Height = 13
  50.     Caption = 'Inifile:'
  51.   end
  52.   object Label3: TLabel
  53.     Left = 38
  54.     Top = 142
  55.     Width = 352
  56.     Height = 13
  57.     Caption = 'When program is launched with:  WinGrab.exe -Key "Profile1"'
  58.     Font.Charset = ANSI_CHARSET
  59.     Font.Color = clBlack
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.   end
  65.   object OKBtn: TButton
  66.     Left = 151
  67.     Top = 342
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'OK'
  71.     ModalResult = 1
  72.     TabOrder = 0
  73.     OnClick = OKBtnClick
  74.   end
  75.   object CancelBtn: TButton
  76.     Left = 231
  77.     Top = 342
  78.     Width = 75
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = 'Cancel'
  82.     Default = True
  83.     ModalResult = 2
  84.     TabOrder = 1
  85.   end
  86.   object Panel1: TPanel
  87.     Left = 0
  88.     Top = 0
  89.     Width = 543
  90.     Height = 113
  91.     Align = alTop
  92.     BorderWidth = 5
  93.     BorderStyle = bsSingle
  94.     Color = clWindow
  95.     TabOrder = 2
  96.     object HeadLabel: TLabel
  97.       Left = 16
  98.       Top = 14
  99.       Width = 47
  100.       Height = 13
  101.       Caption = 'Subkey:'
  102.       Font.Charset = ANSI_CHARSET
  103.       Font.Color = clBlack
  104.       Font.Height = -11
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = [fsBold]
  107.       ParentFont = False
  108.     end
  109.     object FullKeyLabel: TLabel
  110.       Left = 100
  111.       Top = 67
  112.       Width = 425
  113.       Height = 33
  114.       AutoSize = False
  115.       Caption = 'HKEY_LOCAL_MACHINE\Software\WinGrab1.40\Settings\BackgroundTask'
  116.       Font.Charset = ANSI_CHARSET
  117.       Font.Color = clBlack
  118.       Font.Height = -11
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       WordWrap = True
  123.     end
  124.     object LabelCmd: TLabel
  125.       Left = 100
  126.       Top = 40
  127.       Width = 134
  128.       Height = 13
  129.       Caption = 'WinGrab.exe -Key "Profile1"'
  130.       Font.Charset = ANSI_CHARSET
  131.       Font.Color = clBlack
  132.       Font.Height = -11
  133.       Font.Name = 'MS Sans Serif'
  134.       Font.Style = []
  135.       ParentFont = False
  136.     end
  137.     object Label4: TLabel
  138.       Left = 16
  139.       Top = 66
  140.       Width = 75
  141.       Height = 13
  142.       Caption = 'Registry key:'
  143.       Font.Charset = ANSI_CHARSET
  144.       Font.Color = clBlack
  145.       Font.Height = -11
  146.       Font.Name = 'MS Sans Serif'
  147.       Font.Style = [fsBold]
  148.       ParentFont = False
  149.     end
  150.     object Label5: TLabel
  151.       Left = 16
  152.       Top = 40
  153.       Width = 74
  154.       Height = 13
  155.       Caption = 'Launch with:'
  156.       Font.Charset = ANSI_CHARSET
  157.       Font.Color = clBlack
  158.       Font.Height = -11
  159.       Font.Name = 'MS Sans Serif'
  160.       Font.Style = [fsBold]
  161.       ParentFont = False
  162.     end
  163.     object ComboBox1: TComboBox
  164.       Left = 100
  165.       Top = 10
  166.       Width = 145
  167.       Height = 21
  168.       HelpContext = 487
  169.       Style = csDropDownList
  170.       ItemHeight = 13
  171.       TabOrder = 0
  172.       OnChange = ComboBox1Change
  173.     end
  174.   end
  175.   object readReg: TCheckBox
  176.     Left = 38
  177.     Top = 168
  178.     Width = 467
  179.     Height = 17
  180.     HelpContext = 495
  181.     Caption = 'Read settings from subkey "Profile1" when program starts'
  182.     TabOrder = 3
  183.   end
  184.   object writeReg: TCheckBox
  185.     Left = 38
  186.     Top = 212
  187.     Width = 467
  188.     Height = 17
  189.     HelpContext = 496
  190.     Caption = 'Save settings to subkey "Profile1" when program closes'
  191.     TabOrder = 4
  192.   end
  193.   object readIni: TCheckBox
  194.     Left = 38
  195.     Top = 190
  196.     Width = 467
  197.     Height = 17
  198.     HelpContext = 497
  199.     Caption = 
  200.       'Read settings from inifile when program starts (will override se' +
  201.       'ttings from subkey)'
  202.     TabOrder = 5
  203.   end
  204.   object writeIni: TCheckBox
  205.     Left = 38
  206.     Top = 234
  207.     Width = 459
  208.     Height = 17
  209.     HelpContext = 498
  210.     Caption = 'Save settings to inifile when program closes'
  211.     TabOrder = 6
  212.   end
  213.   object BrowseButton: TButton
  214.     Left = 380
  215.     Top = 296
  216.     Width = 69
  217.     Height = 24
  218.     Caption = 'Browse...'
  219.     TabOrder = 7
  220.     OnClick = BrowseButtonClick
  221.   end
  222.   object sepUsers: TCheckBox
  223.     Left = 38
  224.     Top = 256
  225.     Width = 467
  226.     Height = 17
  227.     HelpContext = 492
  228.     Caption = 
  229.       'Separate user settings in the inifile (include username in the s' +
  230.       'ection names)'
  231.     TabOrder = 8
  232.   end
  233.   object OpenDialog1: TOpenDialog
  234.     FileEditStyle = fsEdit
  235.     Filter = 'Ini files (*.INI)|*.INI|All files (*.*)|*.*'
  236.     Options = [ofHideReadOnly, ofPathMustExist]
  237.     Title = 'Locate inifile:'
  238.     Left = 456
  239.     Top = 352
  240.   end
  241. end
  242.